home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d13 / device.arc / DEVICE.DOC next >
Text File  |  1988-12-04  |  3KB  |  73 lines

  1.     -----------------------------------------------------------------------
  2.  
  3.                    DEVICE: Device Driver directory utility
  4.                             Copyright (c) BCMI 1988
  5.                                   Version 2.00
  6.  
  7.     -----------------------------------------------------------------------
  8.  
  9.         DEVICE lists all the resident Device Drivers. For each Device Driver,
  10.         the following informations will be displayed (left to right):
  11.  
  12.         - the hexadecimal address (SEGMENT:OFFSET) of the Device
  13.         Driver header.
  14.  
  15.         - the device name in the case of a character device, or
  16.         the number of units in the case of a block device.
  17.  
  18.         - the current nul, real-time clock, standard output and
  19.         standard input devices (character devices only).
  20.  
  21.         - the special calls supported by the Device Driver:
  22.         IOCTL, OPEN/CLOSE/REMOVABLE MEDIA, OUTPUT TILL BUSY (character)
  23.         or NON FAT ID (block).
  24.  
  25.         For more information on the device drivers see "MS-DOS Programmer's
  26.         Reference" Chapter 2: "MS-DOS Device Drivers".
  27.  
  28.         Writing of DEVICE for MS-DOS was motivated by the lack of an utility
  29.         like the "DEVICE" shell command available on TRS-80/LDOS, or the
  30.         "SHOW DEVICE" DCL command on VAX/VMS.
  31.  
  32.         DEVICE will work just fine on DOS 2.xx or higher.
  33.  
  34.     -----------------------------------------------------------------------
  35.  
  36. NOTICE - A  limited license is granted to all users of this program,  to make
  37.          copies  of  this program  and distribute  it to other users,  on the
  38.          following conditions:
  39.  
  40.          1. DEVICE.EXE is to be distributed to others with DEVICE.DOC
  41.             and  those  two  files  are  not  to  be  distributed  in
  42.             modified form.
  43.          2. No fee is to  be charged for copying  or distributing the
  44.             program without an express written agreement with BCMI.
  45.  
  46.                             Copyright (c) 1988 BCMI.
  47.  
  48.     -----------------------------------------------------------------------
  49.  
  50.  
  51.  
  52.        ======================= S H A R E W A R E =======================
  53.  
  54.                             User-Supported Software
  55.  
  56.               If you have used this program and found it of value,
  57.   your contribution ($10, or FF 70 in Europe, suggested) will be appreciated.
  58.  
  59.                                       BCMI
  60.                              11 rue Benjamin Godard
  61.                                75116 PARIS FRANCE
  62.  
  63.  
  64.                  Regardless of whether you make a contribution,
  65.                you are encouraged to copy and share this program.
  66.  
  67.                      --------------------------------------
  68.  
  69. Francois Bergeon
  70. BCMI
  71. CompuServe: 73377,3170
  72. CalvaCom  : FB15
  73.